home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club (Business) 1997 July / Software of the Month Club - Business (Volume 239) (July 1997).iso / pc / code / intro.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  1996-02-15  |  136 b   |  12 lines

  1. global gCodePath
  2.  
  3. on mouseDown
  4.   go("ChooseChaos")
  5. end
  6.  
  7. on exitFrame
  8.   if the movieRate of sprite 1 then
  9.     go(the frame)
  10.   end if
  11. end
  12.